home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
djgpp
/
clients
/
xfontsel
/
makefile
< prev
next >
Wrap
Makefile
|
1994-08-12
|
528b
|
35 lines
#
# QOS Makefile for DJGPP.
#
CFLAGS= -O -c -DMSDOS
all: makefile.tag xfontsel.exe ~\app-defa\xfontsel.res
O = xfontsel.o
.c.o:
gcc $(CFLAGS) $<
L = -lxaw -lxmu -lxt -lxext -lx11 -lsys
xfontsel.exe : makefile.tag $(O)
gcc -o xfontsel $(O) $(L)
strip xfontsel
coff2exe xfontsel
del xfontsel
~\app-defa\xfontsel.res: xfontsel.ad
copy xfontsel.ad ~\app-defa\xfontsel.res
makefile.tag:
del *.tag
del *.obj
del *.o
del *.map
del *.exp
del *.exe
del *.rsp
echo >makefile.tag